home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / dylan.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  40 lines

  1. # Dylan language definition file
  2. #
  3. # Author: Andre Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 15.4.2004
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=interface library macro method class function cleanup block afterwards
  19. end  constant variable generic primary begin method above below from by in instance
  20. local  slot subclass then to virtual if when select case else elseif unless finally
  21. otherwise  then for until while from to define let otherwise finally exception
  22. handler signal import rename create use export exclude abstract concrete primary
  23. inherited inline open sealed domain singleton
  24.  
  25. $TAG_DELIM(kwa)=< >
  26.  
  27. $KW_LIST(kwb)=module synopsis author copyright
  28.  
  29. $STRINGDELIMITERS=" '
  30.  
  31. $SL_COMMENT=//
  32.  
  33. $ML_COMMENT=/* */
  34.  
  35. $ALLOWNESTEDCOMMENTS=false
  36.  
  37. $ESCCHAR=\
  38.  
  39. $SYMBOLS= ( ) [ ] { } , ; : & | !  = / *  %  + -
  40.